home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / WinRescue / WinRescue 2000 2.08.25 / wnrsq2kz.exe / Rescue2K.exe / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Text File  |  2004-07-30  |  2KB  |  85 lines

  1. object Form4: TForm4
  2.   Left = 155
  3.   Top = 113
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please Wait'
  7.   ClientHeight = 159
  8.   ClientWidth = 272
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Gauge1: TGauge
  22.     Left = 8
  23.     Top = 102
  24.     Width = 257
  25.     Height = 17
  26.     Color = clRed
  27.     ForeColor = clRed
  28.     ParentColor = False
  29.     Progress = 0
  30.   end
  31.   object Label1: TLabel
  32.     Left = 8
  33.     Top = 60
  34.     Width = 225
  35.     Height = 13
  36.     AutoSize = False
  37.     Caption = 'Waiting'
  38.     WordWrap = True
  39.   end
  40.   object Gauge2: TGauge
  41.     Left = 8
  42.     Top = 80
  43.     Width = 257
  44.     Height = 17
  45.     ForeColor = clRed
  46.     Progress = 0
  47.   end
  48.   object Label2: TLabel
  49.     Left = 232
  50.     Top = 60
  51.     Width = 32
  52.     Height = 13
  53.     Alignment = taRightJustify
  54.     AutoSize = False
  55.   end
  56.   object Animate1: TAnimate
  57.     Left = 0
  58.     Top = 0
  59.     Width = 272
  60.     Height = 60
  61.     Active = False
  62.     CommonAVI = aviCopyFiles
  63.     StopFrame = 34
  64.   end
  65.   object Button1: TButton
  66.     Left = 100
  67.     Top = 128
  68.     Width = 75
  69.     Height = 25
  70.     Cancel = True
  71.     Caption = '&Cancel'
  72.     TabOrder = 1
  73.     OnClick = Button1Click
  74.   end
  75.   object Button2: TButton
  76.     Left = 8
  77.     Top = 131
  78.     Width = 57
  79.     Height = 21
  80.     Caption = 'Minimize'
  81.     TabOrder = 2
  82.     OnClick = Button2Click
  83.   end
  84. end
  85.